home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 4 / QRZ Ham Radio Callsign Database - Volume 4.iso / digests / digital / 940059.txt < prev    next >
Internet Message Format  |  1994-11-13  |  18KB

  1. Date: Sat,  5 Mar 94 04:30:32 PST
  2. From: Ham-Digital Mailing List and Newsgroup <ham-digital@ucsd.edu>
  3. Errors-To: Ham-Digital-Errors@UCSD.Edu
  4. Reply-To: Ham-Digital@UCSD.Edu
  5. Precedence: Bulk
  6. Subject: Ham-Digital Digest V94 #59
  7. To: Ham-Digital
  8.  
  9.  
  10. Ham-Digital Digest          Sat,  5 Mar 94       Volume 94 : Issue   59
  11.  
  12. Today's Topics:
  13.                    AX.25 and Linux - my experience
  14.                    Email address for ARRL? (3 msgs)
  15.                          EMAIL to mid-ocean?
  16.                           Linux AX.25 driver
  17.                      TPK Paket Software. (2 msgs)
  18.  
  19. Send Replies or notes for publication to: <Ham-Digital@UCSD.Edu>
  20. Send subscription requests to: <Ham-Digital-REQUEST@UCSD.Edu>
  21. Problems you can't solve otherwise to brian@ucsd.edu.
  22.  
  23. Archives of past issues of the Ham-Digital Digest are available 
  24. (by FTP only) from UCSD.Edu in directory "mailarchives/ham-digital".
  25.  
  26. We trust that readers are intelligent enough to realize that all text
  27. herein consists of personal comments and does not represent the official
  28. policies or positions of any party.  Your mileage may vary.  So there.
  29. ----------------------------------------------------------------------
  30.  
  31. Date: 3 Mar 94 16:53:58 GMT
  32. From: ihnp4.ucsd.edu!mvb.saic.com!MathWorks.Com!europa.eng.gtefsd.com!howland.reston.ans.net!pipex!uknet!nessie!mucs!chardi@network.ucsd.edu
  33. Subject: AX.25 and Linux - my experience
  34. To: ham-digital@ucsd.edu
  35.  
  36. Hi,
  37.  
  38. A few days ago I posted a question about AX.25 and Linux - various people asked
  39. me to post my findings, so here goes.  Please don't have a go at me re: my lack
  40. of knowledge of the Linux kernel; although I've been Linuxing for quite a
  41. while, my knowledge of the kernel is fairly limited.
  42.  
  43. This is how I got KISS encapsulated AX.25 TCP/IP working on Linux 0.99-pl15.
  44. Note that some of this is conjecture; i.e. it seems to work :-)
  45.  
  46. 1. ftp the AX.25 patches from sunacm.swan.ac.uk:/pub/misc/Linux/Radio/AX25012
  47.    (there may be a later revision than 12).
  48.  
  49. 2. Unpack the new files in the Linux source tree - there are a few in net/inet,
  50.    and one in include/linux.
  51.  
  52. 3. Do a 'mknod /dev/af_ax25 c 30 0' (I don't know if this is actually necessary).
  53.  
  54. 4. Edit drivers/net/slip.c.  Search for ax25_test, and change the callsign therein
  55.    to your own.  For example, for my call (G7OMZ-5):
  56.  
  57.    static char ax25_test[7]={'G'<<1,'7'<<1,'O'<<1,'M'<<1,'Z'<<1,' '<<1,'5'<<1};
  58.  
  59. 5. The next bit is quite hacky.  There is an implementation of KISS encapsulation
  60.    in slip.c, but by default it isn't enabled.  I couldn't figure out how to make
  61.    a SIOCSIFENCAP ioctl() call (I didn't know what to give it as a file descriptor),
  62.    so I just hard-wired it to set all SLIP channels to SL_MODE_AX25 in
  63.    sl_initialize().  Of course, this won't do if you use SLIP for anything else,
  64.    so you'll have to hack around in slip_init().  There's a call to sl_initialize()
  65.    in there, so you'll have to test for certain interfaces and set SL_MODE_AX25
  66.    accordingly.  I don't know enough about the kernel to comment.
  67.  
  68. 6. Edit config.in, and search for CONFIG_PLIP.  Add a line above it:
  69.  
  70.    bool 'AX.25 (KISS) encapsulation support' CONFIG_AX25 y
  71.  
  72. 7. make mrproper ; make config ; make dep ; make zImage, then install the new kernel
  73.    as per usual and reboot.  Fingers crossed!
  74.  
  75. 8. When the system comes back up, create a file containing the following commands:
  76.  
  77.     port ttyS2
  78.     speed 9600
  79.     term
  80.     local 44.131.1.254
  81.     remote 44.131.1.57
  82.     mode SLIP
  83.  
  84.    Replace ttyS2 with the port your TNC is connected to, and the local IP address
  85.    should be your own.  The remote IP address should be either the nearest
  86.    neighbour through whom you want to route, or your local subnet (mine is
  87.    44.131.1.0).
  88.  
  89. 9. Type 'dip filename'.  You'll be in terminal mode with your TNC.  Put it into
  90.    KISS mode (usually 'kiss on') and type a ^].  This should set everything up
  91.    for you.
  92.  
  93. 10. If you type /etc/ifconfig, you should see two messages; one for the loopback
  94.     device 'lo', and one for 'sl0'.  If you type /etc/route, you should see that
  95.     there is now an entry for 'sl0'.  You can either make this your default
  96.     router (as you would do if there is an Internet gateway nearby) with:
  97.  
  98.       /etc/route add default gw 44.131.1.57
  99.  
  100.     ...or (more likely) you will only want to route ampr.org packets through it,
  101.     which will look like:
  102.  
  103.       /etc/route add 44.0.0.0 gw 44.131.1.57
  104.  
  105. 11. That's it!  You can now add those commands to your /conf/net/rc.inet[12]
  106.     files to set it up at boot time.
  107.  
  108. Cheers,
  109.  
  110. Ian.
  111.  
  112. -- 
  113.  
  114. [ Ian Chard, Systems Integration |  To sculpt an elephant, obtain a large     ]
  115. [ Email:       flup@cs.man.ac.uk |  block of marble and remove all the bits   ]
  116. [ NTS: G7OMZ @ GB7CRG.#16.GBR.EU |  that don't resemble an elephant.          ]
  117. [ AMPRnet:  g7omz@g7omz.ampr.org |                                  -- Anon   ]
  118.  
  119. ------------------------------
  120.  
  121. Date: Thu, 3 Mar 1994 21:01:05 GMT
  122. From: world!dts@decwrl.dec.com
  123. Subject: Email address for ARRL?
  124. To: ham-digital@ucsd.edu
  125.  
  126. In article <2l3ks3$q9e@hermes.acs.ryerson.ca> jeff@ee.ryerson.ca (Donald Jeff Dionne) writes:
  127. >Brian Mahaffy (brianm@boi.hp.com) wrote:
  128. >: Hi folks.  Does anyone know the email address for the ARRL.  I know they
  129. >: are on the net, but have not been able to get an address for them.
  130. >
  131. >: Fingering @arrl.org was no help. 
  132. >
  133. >: I hope this isn't an FAQ, but I couldn't locate any FAQ list here or
  134. >: on UCSD.EDU.
  135. >
  136. >
  137. >: Thanks & 73s .....Brian 
  138. >
  139. >
  140. >For us, arrl.org is an unknown host.  Therefore, email to
  141. >info@arrl.org 
  142. >
  143. >goes nowhere.  Is this the correct host name?
  144.  
  145. The address is correct. Your system is not handling MX records properly, I
  146. would guess. Ask your friendly system administrator. Using nslookup, set type
  147. to MX, and try arrl.org. You should get a response showing you who handles
  148. mail for arrl.org. Your mailer is supposed to automatically do this lookup
  149. and push the mail along.
  150.  
  151. 73,
  152.  
  153. Dan N1JEB
  154.  
  155. -- 
  156. ---------------------------------------------------------------
  157. Daniel Senie                 Internet:     dts@world.std.com
  158. Daniel Senie Consulting                    n1jeb@world.std.com
  159. 508-365-5352                 Compuserve:   74176,1347
  160.  
  161. ------------------------------
  162.  
  163. Date: 3 Mar 1994 17:02:40 GMT
  164. From: ihnp4.ucsd.edu!mvb.saic.com!news.cerf.net!usc!elroy.jpl.nasa.gov!sdd.hp.com!col.hp.com!news.dtc.hp.com!hpscit.sc.hp.com!icon!hpbs3591.boi.hp.com!brianm@network.ucsd.edu
  165. Subject: Email address for ARRL?
  166. To: ham-digital@ucsd.edu
  167.  
  168. Donald Jeff Dionne (jeff@ee.ryerson.ca) wrote:
  169. : Brian Mahaffy (brianm@boi.hp.com) wrote:
  170. : : Hi folks.  Does anyone know the email address for the ARRL.  I know they
  171. : : are on the net, but have not been able to get an address for them.
  172. : : Fingering @arrl.org was no help. 
  173. : : I hope this isn't an FAQ, but I couldn't locate any FAQ list here or
  174. : : on UCSD.EDU.
  175. : : Thanks & 73s .....Brian 
  176.  
  177.  
  178. : For us, arrl.org is an unknown host.  Therefore, email to
  179. : info@arrl.org 
  180. : goes nowhere.  Is this the correct host name?
  181.  
  182. The unknown host is the reason fingering was no help.  I should have this 
  183. added important point to my original post 8^(.
  184.  
  185. Our DNS server can't seem to make any sort of resolution about it either.
  186. After setting the default server to NS.PSI.NET nslookup was able to come
  187. up with the following, but no resolution for arrl.org!
  188.  
  189. ****************************************************************************
  190. Default Name Server:  NS.PSI.NET
  191. Address:  192.33.4.10
  192.  
  193. > arrl.org
  194. Name Server:  NS.PSI.NET
  195. Address:  192.33.4.10
  196.  
  197. arrl.org
  198.         origin = ns.psi.net
  199.         mail addr = hostmaster.ns.psi.net
  200.         serial = 199311301
  201.         refresh = 7200 (2 hours)
  202.         retry   = 900 (15 mins)
  203.         expire  = 2592000 (30 days)
  204.         minimum ttl = 86400 (1 day)
  205. arrl.org        nameserver = ns.psi.net
  206. arrl.org        nameserver = ns2.psi.net
  207. arrl.org        preference = 5, mail exchanger = mgate.arrl.org
  208. arrl.org        preference = 10, mail exchanger = uu7.psi.com
  209. ns.psi.net      internet address = 192.33.4.10
  210. ns2.psi.net     internet address = 192.35.82.2
  211. mgate.arrl.org  internet address = 38.1.219.1
  212. uu7.psi.com     internet address = 38.145.204.6
  213. ****************************************************************************
  214.  
  215. I don't know what the problem is.  Maybe a DNS guru can point something out?
  216. I haven't yet tried to mail something so I don't know if this resolution 
  217. trouble is going to cause me grief now that I have the addresses for the
  218. arrl.org folks.
  219.  
  220. : Jeff@EE.Ryerson.Ca
  221.  
  222.  
  223. 73s ... Brian
  224. --
  225. _______________________________________________________________________
  226. Brian Mahaffy      Hewlett-Packard | Any sufficiently advanced  
  227. Storage Subsystems Division (SSD)  | technology, is indistinguishable
  228. N6UGP              (208)396-7857   | from Magic! 
  229. brianm@zeus.boi.hp.com             |                    Arthur C. Clark
  230. N6UGP@WB7DOW.ID.USA.NA             |
  231. ___________________________________|___________________________________
  232.               Ask me about Linux!     The Free Unix for x86 PCs
  233. -----------------------------------------------------------------------
  234. "They, that can give up essential liberty, to obtain a little temporary
  235.  safety, deserve neither liberty nor safety." -- Benjamin Franklin 1759
  236.  
  237. ------------------------------
  238.  
  239. Date: Thu, 3 Mar 1994 17:28:15 GMT
  240. From: ihnp4.ucsd.edu!sdd.hp.com!sgiblab!wetware!spunky.RedBrick.COM!psinntp!psinntp!arrl.org!jbloom@network.ucsd.edu
  241. Subject: Email address for ARRL?
  242. To: ham-digital@ucsd.edu
  243.  
  244. Donald Jeff Dionne (jeff@ee.ryerson.ca) wrote:
  245. : For us, arrl.org is an unknown host.  Therefore, email to
  246. : info@arrl.org 
  247.  
  248. That's because arrl.org is not a host, it's a mail address.
  249. If you use nslookup like so:
  250.  
  251. nslookup -query=MX arrl.org
  252.  
  253. You'll find out all you need to know, including the fact that ARRL
  254. mail is handled by hosts mgate.arrl.org and uu7.psi.com, in that
  255. order of preference.
  256.  
  257. If your system is for some strange reason unable to deal with
  258. standard mail addressing via DNS (i.e., MX records), you can
  259. use @mgate.arrl.org instead. Presumably you system can resolve
  260. that!
  261. -- 
  262. Jon Bloom KE3Z   jbloom@arrl.org
  263.  
  264. ------------------------------
  265.  
  266. Date: 3 Mar 1994 17:14:43 GMT
  267. From: ihnp4.ucsd.edu!pacbell.com!sgiblab!sdd.hp.com!hpscit.sc.hp.com!icon!hpbs3591.boi.hp.com!brianm@network.ucsd.edu
  268. Subject: EMAIL to mid-ocean?
  269. To: ham-digital@ucsd.edu
  270.  
  271. Mike Waters (rcrw90@email.mot.com) wrote:
  272. : In article <9403020907.AA11103@sappey.grenoble.hp.com>,
  273.                                         ^^^^^^^^^^^^^^^
  274.                                         |||||||||||||||
  275.  
  276. : walker@sappey.GRenoble.hp.COM (Walker Tim) wrote:
  277. : > |Subject: EMAIL to mid-ocean?
  278.  
  279. : > I'm sure you'll get the same answers from all angles, but here goes anyway
  280. : > 
  281. : > First of all remember the licence conditions: AN amateur licence is issued 
  282. : > permit EXPERIMENTS IN RADIO ELECTRICITY, not to permit the establishment of
  283. : > a communications network!!!!! (This is true in all countries!   :<  So...
  284. : > 1. What sort of info do you want to pass???? Amateur bands are NOT allowed 
  285. : >    pass personal info (estimated arrival time, boat needs etc...). 
  286.  
  287. : I'm not sure just what set of rules "Walker Tim" is reading, but they are
  288. : not part 97 ofthe FCC rules!
  289.  
  290. You missed where Tim was posting from, Grenoble FRANCE.  He wasn't reading 
  291. from part 97 at all.  He was reading from Part XYZZY of the French equivalent
  292. of the FCC's rule book.
  293.  
  294. Thats the problem with the Internet.  You can have a nice quiet little
  295. conversation and not realize that your actually shouting around the world
  296. if your not carefull about noticing where all the participants are standing.
  297.  
  298. ;^)....The above wasn't a flame, just an observation.  Since I work for
  299. HP, Grenoble sticks out more to me.
  300.  
  301. 73s....Brian
  302. --
  303. _______________________________________________________________________
  304. Brian Mahaffy      Hewlett-Packard | Any sufficiently advanced  
  305. Storage Subsystems Division (SSD)  | technology, is indistinguishable
  306. N6UGP              (208)396-7857   | from Magic! 
  307. brianm@zeus.boi.hp.com             |                    Arthur C. Clark
  308. N6UGP@WB7DOW.ID.USA.NA             |
  309. ___________________________________|___________________________________
  310.               Ask me about Linux!     The Free Unix for x86 PCs
  311. -----------------------------------------------------------------------
  312. "They, that can give up essential liberty, to obtain a little temporary
  313.  safety, deserve neither liberty nor safety." -- Benjamin Franklin 1759
  314.  
  315. ------------------------------
  316.  
  317. Date: 3 Mar 1994 10:36:44 GMT
  318. From: ihnp4.ucsd.edu!swrinde!gatech!bloom-beacon.mit.edu!senator-bedfellow.mit.edu!tree.mit.edu!cthomas@network.ucsd.edu
  319. Subject: Linux AX.25 driver
  320. To: ham-digital@ucsd.edu
  321.  
  322. I installed the ax25 patch and compiled a pl15 kernel for my 
  323. machine.  I tried both the pl15 kernel available on funet.fi
  324. and the pl15h I found here at school.  When I boot and try 
  325. to do an axattach, I get an error that looks something like:
  326.  
  327. SIOC(something,something): Invalid argument.
  328.  
  329. It's the same kind of error I get when it can't find the 
  330. ethernet card.  I haven't installed the driver for my
  331. ethernet card yet so I don't know if that will fix it.
  332.  
  333. Does anyone know what kernels the ax25 patch works on, and/or
  334. what I'm doing wrong on this compilation?
  335.  
  336. TIA,
  337.  
  338. --Michael T. Ford  WZ0C
  339.   cthomas@tree.mit.edu
  340.  
  341. ------------------------------
  342.  
  343. Date: 3 Mar 1994 00:44:53 GMT
  344. From: ihnp4.ucsd.edu!agate!howland.reston.ans.net!gatech!udel!news.sprintlink.net!connected.com!krel.iea.com!comtch!pfeuffer@network.ucsd.edu
  345. Subject: TPK Paket Software.
  346. To: ham-digital@ucsd.edu
  347.  
  348.  
  349.  
  350. ------------------------------
  351.  
  352. Date: 3 Mar 1994 00:48:20 GMT
  353. From: ihnp4.ucsd.edu!swrinde!gatech!udel!news.sprintlink.net!connected.com!krel.iea.com!comtch!pfeuffer@network.ucsd.edu
  354. Subject: TPK Paket Software.
  355. To: ham-digital@ucsd.edu
  356.  
  357. Anybody have any "experience" with TPK packet software?
  358.  
  359. Joe - KW1K
  360.  
  361. ------------------------------
  362.  
  363. Date: 3 Mar 1994 23:27:40 GMT
  364. From: ihnp4.ucsd.edu!swrinde!gatech!howland.reston.ans.net!torn!hermes.acs.ryerson.ca!ee.ryerson.ca!jeff@network.ucsd.edu
  365. To: ham-digital@ucsd.edu
  366.  
  367. References <2l2d6a$b4n@hpbs3591.boi.hp.com>, <2l3ks3$q9e@hermes.acs.ryerson.ca>, <2l557g$iee@hpbs3591.boi.hp.com>ry
  368. Subject : Re: Email address for ARRL?
  369.  
  370. Brian Mahaffy (brianm@boi.hp.com) wrote:
  371. : Donald Jeff Dionne (jeff@ee.ryerson.ca) wrote:
  372. : : Brian Mahaffy (brianm@boi.hp.com) wrote:
  373. : : : Hi folks.  Does anyone know the email address for the ARRL.  I know they
  374. : : : are on the net, but have not been able to get an address for them.
  375. : : : Fingering @arrl.org was no help. 
  376. : : : I hope this isn't an FAQ, but I couldn't locate any FAQ list here or
  377. : : : on UCSD.EDU.
  378. : : : Thanks & 73s .....Brian 
  379.  
  380.  
  381. : : For us, arrl.org is an unknown host.  Therefore, email to
  382. : : info@arrl.org 
  383. : : goes nowhere.  Is this the correct host name?
  384.  
  385. : The unknown host is the reason fingering was no help.  I should have this 
  386. : added important point to my original post 8^(.
  387.  
  388. : Our DNS server can't seem to make any sort of resolution about it either.
  389. : After setting the default server to NS.PSI.NET nslookup was able to come
  390. : up with the following, but no resolution for arrl.org!
  391.  
  392. : ****************************************************************************
  393. : Default Name Server:  NS.PSI.NET
  394. : Address:  192.33.4.10
  395.  
  396. : > arrl.org
  397. : Name Server:  NS.PSI.NET
  398. : Address:  192.33.4.10
  399.  
  400. : arrl.org
  401. :         origin = ns.psi.net
  402. :         mail addr = hostmaster.ns.psi.net
  403. :         serial = 199311301
  404. :         refresh = 7200 (2 hours)
  405. :         retry   = 900 (15 mins)
  406. :         expire  = 2592000 (30 days)
  407. :         minimum ttl = 86400 (1 day)
  408. : arrl.org        nameserver = ns.psi.net
  409. : arrl.org        nameserver = ns2.psi.net
  410. : arrl.org        preference = 5, mail exchanger = mgate.arrl.org
  411. : arrl.org        preference = 10, mail exchanger = uu7.psi.com
  412. : ns.psi.net      internet address = 192.33.4.10
  413. : ns2.psi.net     internet address = 192.35.82.2
  414. : mgate.arrl.org  internet address = 38.1.219.1
  415. : uu7.psi.com     internet address = 38.145.204.6
  416. : ****************************************************************************
  417.  
  418. : I don't know what the problem is.  Maybe a DNS guru can point something out?
  419. : I haven't yet tried to mail something so I don't know if this resolution 
  420. : trouble is going to cause me grief now that I have the addresses for the
  421. : arrl.org folks.
  422.  
  423. : : Jeff@EE.Ryerson.Ca
  424.  
  425.  
  426. : 73s ... Brian
  427. : --
  428. : _______________________________________________________________________
  429. : Brian Mahaffy      Hewlett-Packard | Any sufficiently advanced  
  430. : Storage Subsystems Division (SSD)  | technology, is indistinguishable
  431. : N6UGP              (208)396-7857   | from Magic! 
  432. : brianm@zeus.boi.hp.com             |                    Arthur C. Clark
  433. : N6UGP@WB7DOW.ID.USA.NA             |
  434. : ___________________________________|___________________________________
  435. :               Ask me about Linux!     The Free Unix for x86 PCs
  436. : -----------------------------------------------------------------------
  437. : "They, that can give up essential liberty, to obtain a little temporary
  438. :  safety, deserve neither liberty nor safety." -- Benjamin Franklin 1759
  439.  
  440. Mail if flowing now, so the MX records are correct, but the hostname
  441. points nowhere......  
  442.  
  443. 73 Jeff
  444.  
  445. ------------------------------
  446.  
  447. End of Ham-Digital Digest V94 #59
  448. ******************************
  449.